Welcome![Sign In][Sign Up]
Location:
Search - Null modem

Search list

[Driver DevelopComEmulDrv3

Description: Windows 2000/Xp虚拟串口(null modem cable)-Windows 2000/Xp Virtual Serial Port (null modem cable)
Platform: | Size: 34011 | Author: KMK | Hits:

[J2MESMS扩展配置.rar

Description:

1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹

2、将lib文件夹复制到你项目所在的lib,添加对应lib


import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smslib.MessageEncodings;
import org.smslib.MessageProtocols;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.modem.SerialModemGateway;
import java.util.List;


public class SendSms {
    public SendSms() {
    }


    public void sendSMS(String[] phoneNumber) throws Exception {
        Service srv;
        OutboundMessage msg;

        OutboundNotification outboundNotification = new OutboundNotification();

        srv = new Service();
        SerialModemGateway gateway = new SerialModemGateway("modem.com1",
                "COM1", 9600, null, null);
        gateway.setInbound(true);
        gateway.setOutbound(true);
        gateway.setSimPin("0000");
        gateway.setOutboundNotification(outboundNotification);
        gateway.setProtocol(MessageProtocols.PDU);
        srv.addGateway(gateway);

        try {
            srv.startService();

            for (int i = 0; i < phoneNumber.length; i++) {
                msg = new OutboundMessage(phoneNumber[i], "您有会议待处理,请登陆查看!");
                msg.setEncoding(MessageEncodings.ENCUCS2);
                srv.sendMessage(msg);

            }

        } finally {
            srv.stopService();
        }
    }

    public class OutboundNotification implements IOutboundMessageNotification {
        public void process(String gatewayId, OutboundMessage msg) {
            System.out.println("Outbound handler called from Gateway: " +
                               gatewayId);
            System.out.println(msg);
        }
    }


    public static void main(String args[]) {
        SendSms app = new SendSms();
        try {
            app.doIt();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}
 


Platform: | Size: 1040178 | Author: idhuanghao | Hits:

[Driver DevelopComEmulDrv3

Description: Windows 2000/Xp虚拟串口(null modem cable)-Windows 2000/Xp Virtual Serial Port (null modem cable)
Platform: | Size: 33792 | Author: KMK | Hits:

[Com PortTP-RS232NullModem

Description: How to configure serial port for Null-modem connection between two hosts.
Platform: | Size: 49152 | Author: W | Hits:

[Modem programuartnew

Description: UART device driver for PC-to-PC communication using Null Modem Cable
Platform: | Size: 2048 | Author: Pradeep | Hits:

[Modem programNULLMODEM

Description: This program is for beginners...Its basic NULL modem program to understand the concept behind NULL modem.before executing short circuit the rs 232 port 1 and 2 for transmission ogf messages
Platform: | Size: 1024 | Author: lk | Hits:

[Com PortSerialPortChatNewedition

Description: Serial Port Chat C Source code for Null Modem
Platform: | Size: 1024 | Author: Ahsan | Hits:

[Internet-Networkdevice_drivers

Description: Source code to develop device driver in the kernel to serially communicate between two computers using UART via null modem cable.
Platform: | Size: 3072 | Author: Nam | Hits:

[Windows Developcom0com-2.2.2.0-i386-fre

Description: The Null-modem emulator is an open source kernel-mode virtual serial port driver for Windows, available freely under GPL license. You can create an unlimited number of virtual COM port
Platform: | Size: 182272 | Author: Zhou Qing | Hits:

[Windows Develop3

Description: DB9 NULL MODEM - todo
Platform: | Size: 76800 | Author: Ghorai | Hits:

[Modem programNull-modem

Description: NUll Modem charactersitic
Platform: | Size: 40960 | Author: parviz | Hits:

[Communicationcom0com-2.2.2.0

Description: 可以用来进行串口调试,串口模拟,可以两个模拟串口进行通信,方便用来做软件调试。-The Null-modem emulator is an open source kernel-mode virtual serial port driver for Windows, available freely under GPL license. You can create an unlimited number of virtual COM port pairs and use any pair to connect one application to another. Each COM port pair provides two COM ports with default names starting at CNCA0 and CNCB0. The output to one port is the input from other port and vice versa.
Platform: | Size: 186368 | Author: zanjiangfeng | Hits:

[SCMECGData1

Description: 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用-This is my own writing serial communication program, suitable for between two PC through serial communication (null modem serial cable) can (automatically or manually) to send data, receive data, save the data. Is a good example of serial debugging and preliminary study of serial programming. Which also use the typical serial port class, engaged in serial programming certain reference
Platform: | Size: 82944 | Author: mcu_chaod | Hits:

[CommunicationPC2PC

Description: 兩臺PC透過 Null-modem的RS232 Cable可以互通的程式.-Two PC through the RS232 Cable Null-modem can communicate with the program.
Platform: | Size: 69632 | Author: 李茂瓏 | Hits:

[Delphi VCLSPCOMM_D7

Description: spcomm串口通信控件 支持中文的出错信息 支持部分的虚拟串口软件(如Virtual Null Modem)支持COM10以上的串口-spcomm serial communication error control supports Chinese Support section of virtual serial port software (eg Virtual Null Modem) over the serial port support COM10
Platform: | Size: 132096 | Author: 周晓晓 | Hits:

[Com PortRS232-null-modem

Description: RS232 nul modem draw
Platform: | Size: 76800 | Author: endi | Hits:

[Other systemsGPSUtils-SourceCode

Description: 国外开发的GPS实用工具,值得借鉴! 这是一套三的程序,可以读取GPS NMEA位置数据,以及做各种各样的事情,如下: -将作为一个GPS接收器simulate.exe位置并输出数据到串行端口。你可以选择一个位置/速度/方向或者你可以重放记录的位置数据。我用这个广泛的其他程序来读取GPS位置数据在发展。你可以使用两个物理串行端口和一个零调制解调器电缆,或虚拟串口与零调制解调器的配置。 com0com虚拟串口零调制解调器软件。 capture.exe NMEA数据记录-将在稍后的时间分析或处理一个文件。也可以去一些指定的时间长度,或登录不断。 - process.exe会读NMEA日志文件和计算的统计数据。这是主要用于静态精度检验,但可用于快速在一些操作看卫星可见性。由此产生的数据保存为图像,并有一个htm文件来显示它们。-This is a suite of three programs that are designed to do various things with GPS NMEA position data. - Simulate.exe will act as a GPS receiver and output position data to a serial port. You can a location/speed/direction or you can have it replay some recorded position data. I use this extensively during the development of other programs that are designed to read GPS position data. You can use two physical serial ports and a null modem cable, or virtual serial ports with a null modem configuration. com0com Virtual serial port null modem software. - Capture.exe will record NMEA data to a file for analysis or processing at a later time. It can go for some specified length of time, or log continually. - Process.exe will read a NMEA log file and calculate statistical data on it. This is used primarily for static accuracy testing, but could be used to quickly see satellite visibility during some operation. The resulting data is saved as images, and there is a .htm file to display
Platform: | Size: 1173504 | Author: czs | Hits:

[Dialog_WindowSPCOMM2.5b1

Description: SPCOMM 修正版 1、支持中文的出错信息 2、支持部分的虚拟串口软件(如Virtual Null Modem) (Line 390) 3、支持COM10以上的串口 (Line 350)-SPCOMM 修正版 1、支持中文的出错信息 2、支持部分的虚拟串口软件(如Virtual Null Modem) (Line 390) 3、支持COM10以上的串口 (Line 350)
Platform: | Size: 23552 | Author: cnzt | Hits:

[Com Portcom0com-3.0.0.0-i386-and-x64-signed

Description: The Null-modem emulator is an open source kernel-mode virtual serial port driver for Windows, available freely under GPL license.
Platform: | Size: 474112 | Author: Arenilla | Hits:

CodeBus www.codebus.net